jade.content.acl
Class QueryRef

java.lang.Object
  |
  +--jade.content.acl.CommunicativeActBase
        |
        +--jade.content.acl.QueryRef

public class QueryRef
extends CommunicativeActBase

Author:
Federico Bergenti - Universita` di Parma

Constructor Summary
QueryRef()
          Constructor
 
Method Summary
 IRE getIRE()
          Gets the IRE.
 void setIRE(IRE ire)
          Sets the IRE.
 
Methods inherited from class jade.content.acl.CommunicativeActBase
addReceiver, clearAllReceiver, getAllReceiver, getSender, setSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryRef

public QueryRef()
Constructor
Method Detail

setIRE

public void setIRE(IRE ire)
Sets the IRE.
Parameters:
ire - the IRE.

getIRE

public IRE getIRE()
Gets the IRE.
Returns:
the IRE.